home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Developer & Web Development Tools / Twistpad 1.64 / Setup.exe / Twistpad.exe / 0 / RCDATA / TCUSTOMDICTIONARIESDIALOG / TCUSTOMDICTIONARIESDIALOG.txt
Text File  |  2008-08-19  |  2KB  |  103 lines

  1. object CustomDictionariesDialog: TCustomDictionariesDialog
  2.   Left = 563
  3.   Top = 274
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'xxDictionaries'
  7.   ClientHeight = 206
  8.   ClientWidth = 312
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object OK: TButton
  21.     Left = 230
  22.     Top = 176
  23.     Width = 75
  24.     Height = 23
  25.     Anchors = [akLeft, akBottom]
  26.     Caption = 'xxOK'
  27.     Default = True
  28.     ModalResult = 1
  29.     TabOrder = 2
  30.   end
  31.   object CustomGroup: TGroupBox
  32.     Left = 8
  33.     Top = 8
  34.     Width = 297
  35.     Height = 161
  36.     Caption = ' xxCustom Dictionaries: '
  37.     TabOrder = 0
  38.     object CustomDictionaries: TListView
  39.       Left = 8
  40.       Top = 16
  41.       Width = 201
  42.       Height = 137
  43.       Checkboxes = True
  44.       Columns = <
  45.         item
  46.           AutoSize = True
  47.           Caption = 'Filename'
  48.         end>
  49.       ColumnClick = False
  50.       HideSelection = False
  51.       ShowColumnHeaders = False
  52.       TabOrder = 0
  53.       ViewStyle = vsReport
  54.       OnChange = CustomDictionariesChange
  55.       OnDeletion = CustomDictionariesDeletion
  56.       OnEdited = CustomDictionariesEdited
  57.       OnEditing = CustomDictionariesEditing
  58.       OnSelectItem = CustomDictionariesSelectItem
  59.     end
  60.     object NewButton: TButton
  61.       Left = 214
  62.       Top = 70
  63.       Width = 75
  64.       Height = 23
  65.       Caption = 'xxNew'
  66.       TabOrder = 3
  67.       OnClick = NewButtonClick
  68.     end
  69.     object DeleteButton: TButton
  70.       Left = 214
  71.       Top = 43
  72.       Width = 75
  73.       Height = 23
  74.       Caption = 'xxDelete'
  75.       TabOrder = 2
  76.       OnClick = DeleteButtonClick
  77.     end
  78.     object EditButton: TButton
  79.       Left = 214
  80.       Top = 16
  81.       Width = 75
  82.       Height = 23
  83.       Caption = 'xxEdit'
  84.       TabOrder = 1
  85.       OnClick = EditButtonClick
  86.     end
  87.   end
  88.   object HelpButton: TButton
  89.     Left = 149
  90.     Top = 176
  91.     Width = 75
  92.     Height = 23
  93.     Caption = 'xxHelp'
  94.     TabOrder = 1
  95.     OnClick = HelpButtonClick
  96.   end
  97.   object DialogControl: TConfigurationDialogCtrl
  98.     OnConfigurationAvailable = DialogControlConfigurationAvailable
  99.     Left = 24
  100.     Top = 128
  101.   end
  102. end
  103.